home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
mac
/
allfiles
/
Centri
/
Centri.dir
/
00195_Script_Squiggle40
< prev
next >
Wrap
Text File
|
1999-02-25
|
732b
|
22 lines
on enterFrame me
if the loch of sprite the spriteNum of me < 200 then
set the loch of sprite the spriteNum of me = the loch of sprite the spriteNum of me + 10
else if the loch of sprite the spriteNum of me > 10 then
set the loch of sprite the spriteNum of me = the loch of sprite the spriteNum of me - 10
end if
end
on mouseWithin me
set the loch of sprite the spriteNum of me = the mouseh
set the locv of sprite the spriteNum of me = the mousev
set the memberNum of sprite the spriteNum of me = 240
set the height of sprite the spriteNum of me = 80
end
on mouseLeave me
set the memberNum of sprite the spriteNum of me = 239
set the height of sprite the spriteNum of me = 15
end